crypto/tls.clientHandshakeStateTLS13.session (field)
14 uses
crypto/tls (current package)
handshake_client.go#L361: session: session,
handshake_client_tls13.go#L28: session *SessionState
handshake_client_tls13.go#L347: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L353: ticketAge := c.config.time().Sub(time.Unix(int64(hs.session.createdAt), 0))
handshake_client_tls13.go#L354: hello.pskIdentities[0].obfuscatedTicketAge = uint32(ticketAge/time.Millisecond) + hs.session.ageAdd
handshake_client_tls13.go#L459: if len(hs.hello.pskIdentities) != 1 || hs.session == nil {
handshake_client_tls13.go#L462: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L473: c.peerCertificates = hs.session.peerCertificates
handshake_client_tls13.go#L474: c.activeCertHandles = hs.session.activeCertHandles
handshake_client_tls13.go#L475: c.verifiedChains = hs.session.verifiedChains
handshake_client_tls13.go#L476: c.ocspResponse = hs.session.ocspResponse
handshake_client_tls13.go#L477: c.scts = hs.session.scts
handshake_client_tls13.go#L602: if hs.session.cipherSuite != c.cipherSuite {
handshake_client_tls13.go#L606: if hs.session.alpnProtocol != c.clientProtocol {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |